filechooserwidget: Match choice id from "options"
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Sat, 18 Sep 2021 03:14:55 +0000 (00:14 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Sat, 18 Sep 2021 03:20:42 +0000 (00:20 -0300)
commitbc0d9488eede6f71283cbef1f1a7ecc918065618
treee27667c2656a530828fd8d4c62b80ed76d55a15a
parent7f2cb1138a8eb80ad9ef8813ffa553a581259f5f
filechooserwidget: Match choice id from "options"

When choices are added to the file chooser widget, the options of
that choice are stored object data under the "options" key. However,
gtk_file_chooser_widget_set_choice() was checking for "choices".

Retrieve the options from the "options" key stored data object data.
gtk/gtkfilechooserwidget.c